home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
BBS-Archive
/
Dev
/
gcc263-src.lha
/
gcc-2.6.3
/
config
/
elxsi
/
x-elxsi
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-27
|
247 b
|
10 lines
# Our make needs a little help...
MAKE=make
# We don't support -g yet, so don't try and use it.
CFLAGS =
LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS)
# Hide xmalloc so that it does not conflict with the one in libc.a, Ick!
X_CFLAGS = -Dxmalloc=my_xmalloc